home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Inside!
/
Amiga FD Inside (1995)(Ultramax).iso
/
berndspd
/
devtools
/
barfly
/
problems
< prev
next >
Wrap
Text File
|
1994-10-22
|
2KB
|
55 lines
o CALLEXEC FindTask Comment
->jsr FindTask.l !!!!!!
1) Parameter=FindTask<Space><Space>
2) Parameter=Comment
so the CALLEXEC Macros looks like this:
jsr _LVOFindTask (a6)
If you use
CALLEXEC FindTask ;Comment
you have no problem.
I'll added this macro parsing system some months ago because a Betatester
wanted it but at the moment i think i better change it back to the
old state because you can easily get bugs into your code and the assembler
simply can't detect it.
o If you don't like that the Shellwindow isn't closed after the program
finished you should set another Shell definition in the configuration
files.
o If BDebug hello doesn't open the following windows something goes
wrong.
o Register Window
o Disassembler Window
o Memory Window
o Source Window
o Struct Window(Empty..you have to fill it with a structure->Menus)
o If the Demoversion stops after a lot debug steps you have reached
one of the **** Demo Version Limitations*.
o If you think some windows are too small when they opened..changed the
Dimensions of the windows in the configuration files.
o Please **read** the s/Barfly/Barfly.DebugConfig first to get an
impression what you can configurate.
o If the assembler shows some kind of width access error you should
look for the options -b0,-b1,-b2,-B0,-B1,-B2,-n0,-n1 that determine
the default width of a data field.
*Please **read** the manual before you drop me an email*